﻿@font-face {
  font-family: 'MullerMedium';
  src: url(../fonts/MullerMedium.eot) format("embedded-opentype"), url(../fonts/MullerMedium.woff) format("woff"), url(../fonts/MullerMedium.woff2) format("woff2"), url(../fonts/MullerMedium.ttf) format("truetype"); }

@font-face {
  font-family: 'MullerBold';
  src: url(../fonts/MullerBold.eot) format("embedded-opentype"), url(../fonts/MullerBold.woff) format("woff"), url(../fonts/MullerBold.woff2) format("woff2"), url(../fonts/MullerBold.ttf) format("truetype"); }

@font-face {
  font-family: 'MullerRegular';
  src: url(../fonts/MullerRegular.eot) format("embedded-opentype"), url(../fonts/MullerRegular.woff) format("woff"), url(../fonts/MullerRegular.woff2) format("woff2"), url(../fonts/MullerRegular.ttf) format("truetype"); }

@font-face {
  font-family: 'MullerLight';
  src: url(../fonts/MullerLight.eot) format("embedded-opentype"), url(../fonts/MullerLight.woff) format("woff"), url(../fonts/MullerLight.woff2) format("woff2"), url(../fonts/MullerLight.ttf) format("truetype"); }

html,
body {
  overflow-x: hidden !important; }

body {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #555c57;
  font-weight: 300;
  line-height: normal;
  padding-right: 0 !important; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

img {
  max-width: 100%;
  height: auto; }

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-style: normal;
  font-weight: normal; }

h2 {
  font-size: 51px;
  line-height: 61px;
  letter-spacing: -1.02px;
  margin: 0;
  color: #000;
  font-family: "MullerRegular"; }
  h2 strong {
    font-family: 'MullerBold'; }

p.descr {
  color: #555c57;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 0; }
  p.descr strong {
    font-weight: 700; }

strong {
  font-weight: 700; }

a {
  color: #555;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #000;
  outline: none; }

button,
button:active,
button:focus {
  outline: 0; }

.my_btn {
  font-family: 'MullerMedium';
  background-image: -webkit-linear-gradient(bottom, #ffffff -70px, #6a9c17 30%, #9fc15a 83%, #9fc15a 100%);
  background-image: -o-linear-gradient(bottom, #ffffff -70px, #6a9c17 30%, #9fc15a 83%, #9fc15a 100%);
  background-image: linear-gradient(to top, #ffffff -70px, #6a9c17 30%, #9fc15a 83%, #9fc15a 100%);
  -webkit-box-shadow: 0 5px 0 #6c9823, -2px 22px 38px rgba(93, 123, 35, 0.3);
          box-shadow: 0 5px 0 #6c9823, -2px 22px 38px rgba(93, 123, 35, 0.3);
  -webkit-border-radius: 34px;
          border-radius: 34px;
  padding: 28px 0 21px;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.84px;
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  max-width: 285px;
  width: 100%;
  text-align: center; }

.my_btn:active,
.my_btn:focus {
  color: #fff;
  -webkit-box-shadow: 0 5px 0 #6c9823, -2px 22px 38px rgba(93, 123, 35, 0.3);
          box-shadow: 0 5px 0 #6c9823, -2px 22px 38px rgba(93, 123, 35, 0.3); }

.my_btn:hover {
  color: #fff;
  -webkit-box-shadow: 0 0 0 #6c9823, -2px 16px 38px rgba(93, 123, 35, 0.3);
          box-shadow: 0 0 0 #6c9823, -2px 16px 38px rgba(93, 123, 35, 0.3); }

.container {
  width: 1230px; }

.box_control button {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e9c19d), to(#d0a17c));
  background-image: -webkit-linear-gradient(top, #e9c19d 0%, #d0a17c 100%);
  background-image: -o-linear-gradient(top, #e9c19d 0%, #d0a17c 100%);
  background-image: linear-gradient(to bottom, #e9c19d 0%, #d0a17c 100%);
  -webkit-box-shadow: -1px 4px 0 #af8361, -3px 12px 40px rgba(0, 0, 0, 0.28);
          box-shadow: -1px 4px 0 #af8361, -3px 12px 40px rgba(0, 0, 0, 0.28);
  width: 101px;
  height: 101px;
  border: none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  padding: 0; }

.box_control .custom_next img {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

/*form*/
form {
  font-size: 0;
  position: relative; }
  form .block {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    position: relative;
    z-index: 2; }
  form input,
  form .form-control {
    background-color: #fff;
    width: 100%;
    outline: none;
    font-size: 16px;
    line-height: normal;
    padding: 26px 20px 25px 93px;
    -webkit-appearance: none;
    font-weight: 300;
    -webkit-box-shadow: inset 0 -1px 1px rgba(62, 76, 125, 0.09), inset 0 2px 1px rgba(62, 76, 125, 0.2);
            box-shadow: inset 0 -1px 1px rgba(62, 76, 125, 0.09), inset 0 2px 1px rgba(62, 76, 125, 0.2);
    -webkit-border-radius: 35px;
            border-radius: 35px;
    border: none;
    color: #1c2d3b;
    height: 100%; }
  form .form-control:focus {
    border: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(62, 76, 125, 0.09), inset 0 2px 1px rgba(62, 76, 125, 0.2);
            box-shadow: inset 0 1px 1px rgba(62, 76, 125, 0.09), inset 0 2px 1px rgba(62, 76, 125, 0.2); }
  form .minconf {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
    color: #b4b9be;
    margin-top: 15px;
    position: relative;
    z-index: 1;
    text-align: center; }
    form .minconf a {
      color: #0575e5;
      text-decoration: underline; }

.form-control::-webkit-input-placeholder {
  color: #1c2d3b; }

.form-control::-moz-placeholder {
  color: #1c2d3b; }

.form-control:-moz-placeholder {
  color: #1c2d3b; }

.form-control:-ms-input-placeholder {
  color: #1c2d3b; }

input::-webkit-input-placeholder {
  color: #1c2d3b; }

input::-moz-placeholder {
  color: #1c2d3b; }

input:-moz-placeholder {
  color: #1c2d3b; }

input:-ms-input-placeholder {
  color: #1c2d3b; }

/*validate*/
.formError {
  z-index: 990; }

.formError .formErrorContent {
  z-index: 991; }

.formError .formErrorArrow {
  z-index: 996; }

.ui-dialog .formError {
  z-index: 5000; }

.ui-dialog .formError .formErrorContent {
  z-index: 5001; }

.ui-dialog .formError .formErrorArrow {
  z-index: 5006; }

.inputContainer {
  position: relative;
  float: left; }

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left; }

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block; }

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none; }

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px; }

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0; }

.greenPopup .formErrorContent {
  background: #33be40; }

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative; }

body.rtl .formError .formErrorArrow,
body[dir=rtl] .formError .formErrorArrow {
  margin: -2px 13px 0 0; }

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0 0 0 12px;
  top: 2px; }

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block; }

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none; }

.greenPopup .formErrorArrow div {
  background: #33be40; }

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow .line10 {
  width: 13px;
  border: none; }

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none; }

.formError .formErrorArrow .line8 {
  width: 11px; }

.formError .formErrorArrow .line7 {
  width: 9px; }

.formError .formErrorArrow .line6 {
  width: 7px; }

.formError .formErrorArrow .line5 {
  width: 5px; }

.formError .formErrorArrow .line4 {
  width: 3px; }

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd; }

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd; }

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd; }

@media (max-width: 1440px) {
  .container {
    width: 1045px; }
  body {
    font-size: 14px; }
  h2 {
    font-size: 43px;
    line-height: 53px; }
  p.descr {
    font-size: 20px;
    line-height: 30px; }
  .my_btn {
    padding: 24px 0 18px;
    font-size: 12px;
    line-height: 16px;
    max-width: 242px; }
  .box_control button {
    width: 85px;
    height: 85px; } }

@media (max-width: 1199px) {
  .container {
    width: 95%; } }

@media (max-width: 991px) {
  body {
    letter-spacing: normal;
    line-height: normal; }
  .container {
    width: 100%; }
  h2 {
    font-size: 38px;
    line-height: 48px; }
  p.descr {
    font-size: 18px; } }

@media (max-width: 767px) {
  .container {
    text-align: center; }
  * {
    letter-spacing: normal !important;
    line-height: normal !important; }
  body {
    font-size: 14px; }
  p.descr {
    font-size: 16px; }
  form {
    max-width: 300px; }
  form input {
    font-size: 14px; }
  h2 {
    font-size: 30px;
    max-width: 600px;
    margin: 0 auto 30px; }
  h2 br {
    display: none; }
  p.descr br {
    display: none; }
  p.descr {
    max-width: 450px;
    margin: 0 auto 30px; }
  .my_btn {
    line-height: 16px !important; } }

@media (max-width: 479px) {
  h2 {
    font-size: 23px; } }

/*modal*/
.popup_window {
  background-color: transparent;
  padding-right: 0 !important; }
  .popup_window .modal-dialog {
    border: none;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    position: relative;
    margin-top: 100px; }
    .popup_window .modal-dialog:before {
      width: 80%;
      height: 100%;
      content: ' ';
      background-color: #fff;
      margin-top: -30px; }
  .popup_window .form {
    margin-top: 0;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding: 70px 40px 40px;
    margin-left: auto;
    background-color: #fff; }
    .popup_window .form .block_bottom {
      text-align: center; }
    .popup_window .form .box_soc {
      font-size: 0;
      margin: 14px auto 0;
      max-width: 418px; }
    .popup_window .form .box_soc .box:hover img {
      -webkit-filter: brightness(1.2);
      filter: brightness(1.2); }
    .popup_window .form .box_soc .box:hover {
      color: #000; }
    .popup_window .form .box_soc .box {
      display: inline-block;
      vertical-align: middle;
      width: 33.33%;
      padding: 14px 0;
      border: 1px solid #c8c8c8;
      background: transparent;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      color: #000; }
    .popup_window .form .box_soc .box:nth-child(1) {
      border-right: none;
      -webkit-border-radius: 4px 0 0 4px;
      border-radius: 4px 0 0 4px; }
    .popup_window .form .box_soc .box:nth-child(3) {
      border-left: none;
      -webkit-border-radius: 0 4px 4px 0;
      border-radius: 0 4px 4px 0; }
    .popup_window .form .box_soc .box img,
    .popup_window .form .box_soc .box span {
      display: inline-block;
      vertical-align: middle; }
    .popup_window .form .box_soc .box img {
      max-height: 16px;
      margin-right: 6px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .popup_window .form .box_soc .box span {
      font-size: 14px; }
    .popup_window .form label {
      font-size: 14px;
      letter-spacing: 1.4px;
      margin-bottom: 10px;
      color: #181818;
      font-weight: 700;
      text-transform: uppercase; }
    .popup_window .form form {
      height: auto !important;
      width: 100%;
      margin: 30px auto 25px;
      max-width: 418px; }
      .popup_window .form form .block {
        margin-bottom: 40px; }
        .popup_window .form form .block input {
          border: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          -webkit-border-radius: 0;
          border-radius: 0;
          -webkit-appearance: none;
          border: none;
          border-bottom: 1px solid #6a9c17;
          font-size: 16px;
          letter-spacing: 1.6px;
          padding: 15px 0;
          height: 100%; }
      .popup_window .form form button {
        position: relative;
        text-align: center;
        padding: 28px 0 24px;
        width: 100%;
        background-image: -webkit-linear-gradient(bottom, #ffffff -70px, #6a9c17 30%, #9fc15a 83%, #9fc15a 100%);
        background-image: -o-linear-gradient(bottom, #ffffff -70px, #6a9c17 30%, #9fc15a 83%, #9fc15a 100%);
        background-image: linear-gradient(to top, #ffffff -70px, #6a9c17 30%, #9fc15a 83%, #9fc15a 100%);
        -webkit-box-shadow: 0 5px 0 #6c9823, -2px 22px 38px rgba(93, 123, 35, 0.3);
                box-shadow: 0 5px 0 #6c9823, -2px 22px 38px rgba(93, 123, 35, 0.3);
        -webkit-border-radius: 4px;
                border-radius: 4px;
        color: rgba(255, 255, 255, 0.8);
        font-size: 14px;
        border: none;
        line-height: normal;
        position: relative;
        overflow: hidden;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        font-family: 'MullerMedium';
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 0.84px;
        /*span.shine {
			    content: '';
			    position: absolute;
			    height: 200px;
			    width: 20px;
			    background: #FFF;
			    top: -50px;
			    left: -145px;
			    display: block;
			    opacity: 0.5;
			    transform: rotate(-45deg);
			    box-shadow: 0px 0px 20px 10px white; 
			    -webkit-animation: move 9s;
			    -webkit-animation-iteration-count: 6;
			    -webkit-animation-delay: 6s;
			    animation: move 9s;
			    animation-iteration-count: 6;
			    animation-delay: 6s;
		  	}*/ }
        .popup_window .form form button:hover {
          color: #fff;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }

@-webkit-keyframes move {
  0% {
    opacity: 0;
    -webkit-transform: skew(-10deg, 0deg) translate(0px, 0px);
    transform: skew(-10deg, 0deg) translate(0px, 0px); }
  25% {
    opacity: 0.5; }
  91% {
    opacity: 0.0; }
  95%,
  100% {
    -webkit-transform: skew(-10deg, 0deg) translate(4040px, 0px);
    transform: skew(-10deg, 0deg) translate(4040px, 0px); } }

@keyframes move {
  0% {
    opacity: 0;
    -webkit-transform: skew(-10deg, 0deg) translate(0px, 0px);
    transform: skew(-10deg, 0deg) translate(0px, 0px); }
  25% {
    opacity: 0.5; }
  91% {
    opacity: 0.0; }
  95%,
  100% {
    -webkit-transform: skew(-10deg, 0deg) translate(4040px, 0px);
    transform: skew(-10deg, 0deg) translate(4040px, 0px); } }
    .popup_window .form .minconf {
      margin-top: 20px; }
      .popup_window .form .minconf p {
        font-size: 12px;
        color: #767676;
        line-height: normal; }
        .popup_window .form .minconf p a {
          color: inherit;
          text-decoration: underline; }
      .popup_window .form .minconf img {
        width: 20px;
        margin-top: 2px;
        opacity: .4; }
    .popup_window .form .zag {
      color: #141414;
      margin-bottom: 25px;
      margin-top: 0;
      text-align: center;
      font-size: 26px;
      font-family: "MullerRegular";
      line-height: normal; }
    .popup_window .form .desc {
      text-align: center;
      font-size: 16px;
      color: #141414; }
  .popup_window input::-webkit-input-placeholder {
    color: #999; }
  .popup_window input::-moz-placeholder {
    color: #999; }
  .popup_window input:-moz-placeholder {
    color: #999; }
  .popup_window input:-ms-input-placeholder {
    color: #999; }

.thanks {
  overflow: hidden;
  -webkit-border-radius: 10px;
          border-radius: 10px; }
  .thanks .modal-content {
    padding: 70px 30px; }
  .thanks .desc {
    color: #666;
    font-size: 18px; }
  .thanks .media {
    margin-left: auto;
    max-width: 420px;
    margin-right: auto; }
  .thanks .media-left,
  .thanks .media-body {
    vertical-align: middle; }
  .thanks .media-left img {
    width: 70px;
    margin: auto 20px 0 auto;
    display: block;
    opacity: .4;
    max-width: initial; }
  .thanks .zag {
    font-size: 28px;
    margin-top: 0;
    color: #000;
    font-family: 'Noto Serif', serif; }

.box-modal_close {
  z-index: 1001;
  background-color: transparent;
  opacity: 1 !important;
  top: 25px;
  position: absolute;
  right: 30px;
  cursor: pointer;
  font-size: 0; }
  .box-modal_close img, .box-modal_close span {
    display: inline-block;
    vertical-align: middle; }
  .box-modal_close img {
    margin-right: 8px; }
  .box-modal_close span {
    color: #141414;
    text-shadow: none;
    font-size: 16px;
    font-family: 'Noto Serif', serif;
    font-weight: 400; }

.modal {
  padding-right: 0 !important;
  left: 0 !important;
  right: 0 !important; }

@media (max-width: 1440px) {
  .modal-dialog {
    width: 510px; }
  .popup_window .modal-dialog {
    margin-top: 85px; }
  .popup_window .form {
    padding: 59px 34px 34px; }
  .popup_window .form .zag {
    margin-bottom: 21px;
    font-size: 22px; }
  .popup_window .form .desc {
    font-size: 14px; }
  .popup_window .form label {
    font-size: 12px;
    margin-bottom: 8px; }
  .popup_window .form form .block input {
    font-size: 14px;
    padding: 12px 0; }
  .popup_window .form form .block {
    margin-bottom: 34px; }
  .popup_window .form form button {
    font-size: 12px;
    padding: 24px 0 20px; }
  form .minconf {
    font-size: 12px;
    line-height: 16px; }
  .popup_window .form .minconf {
    margin-top: 17px; }
  .popup_window .form form {
    margin: 25px auto 21px;
    max-width: 355px; }
  .popup_window .form .box_soc .box span {
    font-size: 12px; }
  .popup_window .form .box_soc {
    max-width: 355px; }
  .thanks .modal-content {
    padding: 59px 25px; }
  .thanks .desc {
    font-size: 15px; }
  .thanks .media {
    max-width: 360px; }
  .thanks .media-left img {
    width: 59px;
    margin: auto 17px 0 auto; }
  .thanks .zag {
    font-size: 24px; }
  .box-modal_close {
    top: 21px;
    right: 25px; }
    .box-modal_close img {
      margin-right: 7px; }
    .box-modal_close span {
      font-size: 14px; } }

@media (max-width: 767px) {
  .modal-dialog {
    margin: 30px auto;
    width: 90%;
    max-width: 500px; }
  .popup_window .modal-dialog {
    margin: 30px auto; }
  .popup_window .form form .block {
    margin-bottom: 25px; }
  .popup_window .form label {
    margin-bottom: 5px; }
  .popup_window .form {
    padding: 50px 20px 40px; }
    .popup_window .form form {
      margin: 0 auto 20px; }
    .popup_window .form .zag {
      line-height: normal;
      margin-bottom: 15px; }
    .popup_window .form .desc {
      line-height: normal;
      max-width: 420px;
      margin: 0 auto 20px; }
    .popup_window .form .minconf {
      text-align: center; }
  .thanks {
    text-align: center; }
    .thanks .modal-content {
      padding: 70px 30px; }
    .thanks .zag {
      font-size: 24px;
      line-height: normal; }
    .thanks .desc {
      font-size: 16px;
      line-height: normal; }
    .thanks .media {
      padding: 0; }
    .thanks .media-left {
      display: block;
      padding-right: 0; }
      .thanks .media-left img {
        margin: auto;
        margin-bottom: 20px;
        height: 40px; }
  .box-modal_close {
    top: 12px;
    right: 12px; }
  .box-modal_close span {
    font-size: 14px; }
  .popup_window .form .box_soc .box,
  .popup_window .form .box_soc .box:nth-child(1),
  .popup_window .form .box_soc .box:nth-child(3) {
    border: 1px solid #c8c8c8;
    display: block;
    width: 100%;
    max-width: 260px;
    margin: 0 auto 15px; }
  .popup_window .form .box_soc .box:nth-child(3) {
    margin-bottom: 0; } }

@media (max-width: 479px) {
  .modal-dialog {
    width: 95%; }
  .popup_window .form .zag {
    font-size: 18px;
    margin-bottom: 15px; }
  .popup_window .form .desc {
    max-width: 320px; }
  .popup_window .form {
    padding: 55px 20px 25px; }
  .box-modal_close span {
    font-size: 12px; }
  .box-modal_close img {
    width: 24px; } }

/*header*/
.header {
  max-width: 1485px;
  margin: 0 auto; }
  .header .wrap {
    margin: 0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 49px 0 0; }
  .header .box_left {
    font-size: 0; }
    .header .box_left .box_logo,
    .header .box_left .box_address {
      display: inline-block;
      vertical-align: middle; }
    .header .box_left .box_logo {
      position: relative;
      padding-right: 5px;
      margin-right: 59px; }
      .header .box_left .box_logo .site_descr {
        color: #555c57;
        font-size: 13px;
        line-height: 17px;
        position: absolute;
        margin: 0;
        top: 60px;
        left: 108px;
        right: -15px; }
    .header .box_left .box_address img, .header .box_left .box_address span {
      display: inline-block;
      vertical-align: middle; }
    .header .box_left .box_address img {
      margin-right: 17px; }
    .header .box_left .box_address span {
      font-size: 15px;
      line-height: 21px;
      color: #333; }
  .header .box_right {
    font-size: 0; }
    .header .box_right .box_phone,
    .header .box_right .box_callback {
      display: inline-block;
      vertical-align: middle; }
    .header .box_right .box_phone {
      text-align: right;
      margin-right: 40px; }
      .header .box_right .box_phone a {
        font-size: 22px;
        color: #141414;
        font-family: 'MullerBold';
        line-height: normal;
        display: block;
        text-align: right;
        margin-bottom: 4px; }
      .header .box_right .box_phone span {
        color: #333;
        font-size: 14px; }
    .header .box_right .box_callback button {
      border: none;
      background: transparent;
      padding: 0;
      margin: 0;
      font-size: 0; }
      .header .box_right .box_callback button img, .header .box_right .box_callback button span {
        display: inline-block;
        vertical-align: middle; }
      .header .box_right .box_callback button img {
        margin-right: 15px; }
      .header .box_right .box_callback button span {
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: -0.32px;
        font-family: 'MullerBold';
        color: #a3c45f;
        border-bottom: 1px solid; }

@media (max-width: 1440px) {
  .header {
    max-width: 1262px; }
    .header .wrap {
      padding: 41px 0 0; }
    .header .box_left .box_logo {
      padding-right: 4px;
      margin-right: 50px; }
      .header .box_left .box_logo img {
        max-width: 258px; }
      .header .box_left .box_logo .site_descr {
        font-size: 11px;
        line-height: 15px;
        top: 51px;
        left: 92px; }
    .header .box_left .box_address img {
      margin-right: 14px;
      width: 95px; }
    .header .box_left .box_address span {
      font-size: 12px;
      line-height: 18px; }
    .header .box_right .box_phone {
      margin-right: 34px; }
      .header .box_right .box_phone a {
        font-size: 18px;
        margin-bottom: 3px; }
      .header .box_right .box_phone span {
        font-size: 12px; }
    .header .box_right .box_callback button img {
      margin-right: 12px;
      width: 28px; }
    .header .box_right .box_callback button span {
      font-size: 14px; } }

@media (max-width: 1199px) {
  .header .box_left .box_logo {
    margin-right: 25px; }
  .header .box_right .box_phone {
    margin-right: 25px; }
  .header .box_right .box_callback button span {
    font-size: 13px; }
  .header .box_left .box_logo .site_descr br {
    display: none; } }

@media (max-width: 991px) {
  .header .wrap {
    padding: 25px 0 0; }
  .header .box_left .box_logo {
    margin-right: 0; }
  .header .box_left .box_address {
    display: none; }
  .header .box_left .box_logo .site_descr {
    position: static;
    margin-top: -20px;
    margin-left: 92px;
    max-width: 190px; } }

@media (max-width: 767px) {
  .header {
    position: relative;
    z-index: 2; }
  .header .box_left .box_logo .site_descr {
    display: none; }
  .header .box_right .box_phone a {
    font-size: 16px; }
  .header .box_left .box_logo img {
    max-width: 230px; }
  .header .box_right .box_phone {
    margin: 0 0 5px;
    display: block; }
  .header .box_right .box_phone span {
    display: none; }
  .header .box_right .box_callback button span {
    font-size: 12px; } }

@media (max-width: 569px) {
  .header .box_right .box_callback button img {
    display: none; }
  .header .box_right .box_phone {
    margin-bottom: 9px; }
  .header .box_left .box_logo img {
    max-width: 210px; } }

@media (max-width: 479px) {
  .header .wrap {
    display: block; }
  .header .box_left .box_logo {
    margin: 0 auto;
    padding: 0; }
  .header .box_left {
    text-align: center; }
  .header .box_right .box_phone {
    margin: 15px 0 10px; }
  .header .box_right .box_phone a {
    text-align: center;
    margin-bottom: 0; }
  .header .box_right .box_callback {
    text-align: center;
    display: block; }
  .header .box_left .box_logo img {
    max-width: 200px; } }

/*bg1*/
.bg1 {
  background: url(../img/bg1/bg1.jpg) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: top center; }
  .bg1 .wrap_main {
    padding: 140px 0 100px; }
  .bg1 h2 {
    margin-bottom: 30px; }
  .bg1 .wrap_top .bg1_qw {
    position: relative;
    font-size: 24px;
    color: #2a2c2e;
    font-family: 'MullerBold';
    padding-left: 106px;
    padding-top: 81px;
    display: inline-block;
    margin-left: 103px; }
    .bg1 .wrap_top .bg1_qw span {
      position: relative; }
      .bg1 .wrap_top .bg1_qw span::before {
        content: "";
        background: #99bd52;
        opacity: 0.2;
        height: 9px;
        width: 100%;
        position: absolute;
        bottom: 1px; }
    .bg1 .wrap_top .bg1_qw img {
      position: absolute;
      left: 0;
      top: 0; }
  .bg1 .wrap_top .box_btn {
    margin-top: 36px;
    font-size: 0; }
    .bg1 .wrap_top .box_btn a {
      display: inline-block;
      vertical-align: middle; }
      .bg1 .wrap_top .box_btn a:nth-child(1) {
        max-width: 273px;
        margin-right: 20px; }
      .bg1 .wrap_top .box_btn a:nth-child(2) {
        padding: 18px 0 13px; }
  .bg1 .wrap_bottom {
    position: relative;
    padding: 93px 0 0 192px; }
    .bg1 .wrap_bottom img {
      display: block;
      position: absolute;
      left: -72px;
      top: 30px;
      z-index: 2; }
    .bg1 .wrap_bottom a {
      color: #709730;
      font-size: 15px;
      line-height: 21px;
      border-bottom: 1px solid; }
      .bg1 .wrap_bottom a:hover {
        color: #555; }

@media (max-width: 1440px) {
  .bg1 .wrap_main {
    padding: 119px 0 85px; }
  .bg1 h2 {
    margin-bottom: 25px; }
  .bg1 .wrap_top .bg1_qw {
    font-size: 20px;
    padding-left: 90px;
    padding-top: 68px;
    margin-left: 87px; }
    .bg1 .wrap_top .bg1_qw span::before {
      height: 8px; }
    .bg1 .wrap_top .bg1_qw img {
      width: 85px; }
  .bg1 .wrap_top .box_btn {
    margin-top: 30px; }
    .bg1 .wrap_top .box_btn a:nth-child(1) {
      max-width: 232px;
      margin-right: 17px; }
    .bg1 .wrap_top .box_btn a:nth-child(2) {
      padding: 15px 0 11px; }
  .bg1 .wrap_bottom {
    padding: 79px 0 0 163px; }
    .bg1 .wrap_bottom img {
      left: -57px;
      top: 25px;
      width: 221px; }
    .bg1 .wrap_bottom a {
      font-size: 12px;
      line-height: 18px; } }

@media (max-width: 991px) {
  .bg1 .wrap_bottom {
    margin-left: 8%; }
  .bg1 p.descr {
    max-width: 400px; }
  .bg1 .wrap_bottom img {
    width: 170px;
    top: 50px; }
  .bg1 .wrap_bottom {
    padding-left: 16%; } }

@media (max-width: 767px) {
  .bg1 {
    position: relative; }
  .bg1 .box_shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7); }
  .bg1 .wrap_main {
    position: relative;
    z-index: 2;
    padding-bottom: 50px; }
  .bg1 .wrap_bottom {
    padding: 0;
    margin: 40px 0 -165px; }
  .bg1 .wrap_bottom a {
    font-size: 14px; }
  .bg1 .wrap_bottom img {
    position: static;
    margin: 0 auto 15px; } }

@media (max-width: 569px) {
  .bg1 .wrap_top .bg1_qw {
    margin: 0;
    padding: 0; }
  .bg1 .wrap_top .bg1_qw img {
    display: none; }
  .bg1 .wrap_top .box_btn a,
  .bg1 .wrap_top .box_btn a:nth-child(1) {
    margin: 0 10px 20px;
    max-width: 240px; }
  .bg1 .wrap_bottom {
    margin-top: 20px; } }

/*bg2*/
.bg2 {
  padding: 85px 0 102px;
  position: relative; }
  .bg2::before {
    content: "";
    background: url(../img/bg2/bg2.png) no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    width: 1552px;
    height: 1321px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .bg2 h2 {
    max-width: 790px;
    margin: 0 auto 25px;
    text-align: center; }
  .bg2 p.descr {
    max-width: 790px;
    margin: 0 auto 65px;
    text-align: center; }
  .bg2 .box_container {
    font-size: 0; }
    .bg2 .box_container .box {
      text-align: center;
      display: inline-block;
      vertical-align: top;
      width: 33%;
      margin-bottom: 45px; }
      .bg2 .box_container .box h6 {
        font-size: 24px;
        line-height: 30px;
        font-family: 'MullerBold';
        color: #2a2c2e;
        margin: 0 0 15px; }
      .bg2 .box_container .box p {
        font-size: 16px;
        line-height: 24px;
        color: #2a2c2e;
        margin: 0; }
    .bg2 .box_container .box_img {
      height: 225px;
      position: relative; }
    .bg2 .box_container .box1 .box_img img {
      position: absolute;
      bottom: -8px;
      left: 43%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .bg2 .box_container .box2 .box_img img {
      margin-top: -5px; }
    .bg2 .box_container .box3 .box_img img {
      mix-blend-mode: multiply;
      margin-top: -15px; }
    .bg2 .box_container .box4,
    .bg2 .box_container .box5 {
      width: 50%; }
      .bg2 .box_container .box4 .box_img,
      .bg2 .box_container .box5 .box_img {
        height: 155px;
        margin-bottom: 15px; }
        .bg2 .box_container .box4 .box_img img,
        .bg2 .box_container .box5 .box_img img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .bg2 .row_bottom {
    max-width: 920px;
    margin: 0 auto; }
  .bg2 .bg_img img {
    position: absolute; }
  .bg2 .bg_img img:first-child {
    top: 40%;
    left: 130px; }
  .bg2 .bg_img img:last-child {
    top: 51.5%;
    right: 0; }

@media (max-width: 1600px) {
  .bg2 .bg_img img:first-child {
    left: 3%; }
  .bg2 .bg_img img:last-child {
    right: -3%; } }

@media (max-width: 1440px) {
  .bg2 {
    padding: 72px 0 86px; }
    .bg2::before {
      width: 1319px;
      height: 1122px; }
    .bg2 h2 {
      max-width: 671px;
      margin: 0 auto 21px; }
    .bg2 p.descr {
      max-width: 671px;
      margin: 0 auto 55px; }
    .bg2 .box_container .box {
      margin-bottom: 38px; }
      .bg2 .box_container .box h6 {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 12px; }
      .bg2 .box_container .box p {
        font-size: 14px;
        line-height: 22px; }
    .bg2 .box_container .box_img {
      height: 191px; }
    .bg2 .box_container .box1 .box_img img {
      bottom: -7px;
      width: 186px; }
    .bg2 .box_container .box2 .box_img img {
      margin-top: -4px;
      width: 308px; }
    .bg2 .box_container .box3 .box_img img {
      margin-top: -12px;
      width: 175px; }
    .bg2 .box_container .box4 .box_img,
    .bg2 .box_container .box5 .box_img {
      height: 131px;
      margin-bottom: 12px; }
    .bg2 .box_container .box4 .box_img img {
      width: 210px; }
    .bg2 .box_container .box5 .box_img img {
      width: 167px; }
    .bg2 .row_bottom {
      max-width: 782px; }
    .bg2 .bg_img img:last-child {
      width: 199px; }
    .bg2 .bg_img img:first-child {
      width: 125px; } }

@media (max-width: 1199px) {
  .bg2 .bg_img img:first-child {
    left: auto;
    right: 91%; }
  .bg2 .bg_img img:last-child {
    left: 90%;
    right: auto; } }

@media (max-width: 991px) {
  .bg2 .box_container .box {
    padding: 0 1%; }
  .bg2 .box_container {
    max-width: 780px;
    margin: 0 auto; } }

@media (max-width: 767px) {
  .bg2 {
    padding: 165px 0 50px; }
  .bg2 h2 {
    max-width: 600px;
    margin-bottom: 25px; }
  .bg2 p.descr {
    max-width: 450px;
    margin-bottom: 30px; }
  .bg2 .box_container .box {
    display: block;
    width: 100%;
    max-width: 450px;
    padding: 0 15px;
    margin: 0 auto 20px; }
  .bg2 .box_container .box:last-child {
    margin-bottom: 0; }
  .bg2 .box_container .box h6 br,
  .bg2 .box_container .box p br {
    display: none; }
  .bg2 .box_container .box2 .box_img img {
    margin: 0;
    width: auto;
    max-width: 300px; }
  .bg2 .box_container .box1 .box_img img {
    width: auto; }
  .bg2 .box_container .box3 .box_img img {
    margin: 0;
    width: auto; }
  .bg2 .box_container .box_img,
  .bg2 .box_container .box4 .box_img,
  .bg2 .box_container .box5 .box_img {
    height: 155px;
    position: relative;
    margin-bottom: 20px;
    width: auto; }
  .bg2 .box_container .box_img img,
  .bg2 .box_container .box1 .box_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%; }
  .bg2 .box_container .box1 .box_img img {
    top: 62%; }
  .bg2 .box_container .box2 .box_img img {
    top: 56%; }
  .bg2 .box_container .box3 .box_img img {
    top: 55%; }
  .bg2 .box_container .box4 .box_img {
    height: 130px; }
  .bg2 .box_container .box5 .box_img {
    height: 110px; }
  .bg2 .box_container .box3,
  .bg2 .box_container .box4 {
    margin-bottom: 35px; }
  .bg2 .bg_img {
    display: none; } }

/*bg3*/
.bg3 {
  background: url(../img/bg3/bg3.jpg) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: top center;
  padding: 155px 0 0; }
  .bg3 h2 {
    color: #fcfcfd;
    margin-bottom: 43px; }
  .bg3 .box_left {
    color: #fff;
    max-width: 550px;
    position: relative;
    padding-top: 96px; }
    .bg3 .box_left .box {
      margin-bottom: 40px;
      font-size: 0; }
      .bg3 .box_left .box span {
        font-size: 24px;
        line-height: normal;
        font-family: 'MullerBold';
        display: block;
        margin-bottom: 20px; }
      .bg3 .box_left .box ul {
        display: inline-block;
        vertical-align: top;
        width: 50%; }
        .bg3 .box_left .box ul li {
          color: #fbfcfc;
          font-size: 18px;
          margin-bottom: 8px;
          position: relative;
          z-index: 2; }
    .bg3 .box_left img {
      position: absolute;
      bottom: -242px;
      left: -50px; }
  .bg3 .box_right {
    background: #fff;
    -webkit-box-shadow: 0 11px 49px rgba(55, 54, 44, 0.15);
            box-shadow: 0 11px 49px rgba(55, 54, 44, 0.15);
    -webkit-border-radius: 15px;
            border-radius: 15px;
    width: 432px;
    height: 453px;
    margin-bottom: -110px;
    margin-top: 50px;
    float: right;
    position: relative;
    padding: 45px 34px 0;
    overflow: hidden; }
    .bg3 .box_right::before {
      content: "";
      border: 1px solid #eeeeee;
      position: absolute;
      top: 12px;
      bottom: 12px;
      left: 13px;
      right: 13px;
      -webkit-border-radius: 8px;
              border-radius: 8px;
      z-index: 1;
      opacity: .5; }
    .bg3 .box_right:after {
      content: "";
      background: url(../img/bg3/img2.jpg) no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      width: 356px;
      height: 170px;
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 0; }
    .bg3 .box_right .zag {
      font-size: 24px;
      color: #2a2c2e;
      line-height: 36px;
      font-family: 'MullerLight';
      text-align: center;
      position: relative;
      z-index: 2;
      margin-bottom: 30px; }
      .bg3 .box_right .zag strong {
        font-family: 'MullerBold'; }
      .bg3 .box_right .zag span {
        position: relative; }
        .bg3 .box_right .zag span::before {
          content: "";
          background: #79a728;
          opacity: 0.2;
          height: 9px;
          width: 100%;
          position: absolute;
          bottom: 2px; }
    .bg3 .box_right ul li {
      position: relative;
      padding-left: 32px;
      font-size: 16px;
      line-height: 24px;
      color: #555c57;
      font-style: italic;
      margin-bottom: 15px;
      z-index: 2; }
      .bg3 .box_right ul li::before {
        content: "";
        background: url(../img/bg3/check.svg) no-repeat;
        -webkit-background-size: 100% 100%;
                background-size: 100%;
        width: 22px;
        height: 18px;
        position: absolute;
        left: 0;
        top: 0; }
    .bg3 .box_right .my_btn {
      max-width: 350px;
      margin: 30px auto 0;
      position: relative;
      z-index: 2; }

@media (max-width: 1440px) {
  .bg3 {
    padding: 131px 0 0; }
    .bg3 h2 {
      margin-bottom: 36px; }
    .bg3 .box_left {
      max-width: 467px;
      padding-top: 81px; }
      .bg3 .box_left .box {
        margin-bottom: 34px; }
        .bg3 .box_left .box span {
          font-size: 20px;
          margin-bottom: 17px; }
        .bg3 .box_left .box ul li {
          font-size: 15px;
          margin-bottom: 7px; }
      .bg3 .box_left img {
        bottom: -172px;
        left: -42px;
        width: 396px; }
    .bg3 .box_right {
      width: 367px;
      height: 383px;
      margin-bottom: -93px;
      padding: 38px 25px 0; }
      .bg3 .box_right::before {
        top: 10px;
        bottom: 10px;
        left: 11px;
        right: 11px; }
      .bg3 .box_right:after {
        width: 264px;
        height: 126px; }
      .bg3 .box_right .zag {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 21px; }
        .bg3 .box_right .zag span::before {
          height: 8px; }
      .bg3 .box_right ul li {
        padding-left: 26px;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 12px; }
        .bg3 .box_right ul li::before {
          width: 18px;
          height: 15px; }
      .bg3 .box_right .my_btn {
        max-width: 297px;
        margin: 25px auto 0; } }

@media (max-width: 991px) {
  .bg3 .box_right {
    height: auto;
    width: 335px;
    padding: 30px 30px 100px; }
  .bg3 .box_right .zag {
    font-size: 18px;
    line-height: 26px; }
  .bg3 .box_right:after {
    width: 240px;
    height: 114px; }
  .bg3 .box_left {
    padding-top: 55px; }
  .bg3 .box_left img {
    bottom: -184px; } }

@media (max-width: 767px) {
  .bg3 {
    padding: 50px 0;
    background-position-x: 30%; }
  .bg3 h2 {
    margin-bottom: 35px; }
  .bg3 .box_left {
    width: 100%;
    padding: 0;
    max-width: 450px;
    margin: 0 auto; }
  .bg3 .box_left .box span {
    font-size: 16px; }
  .bg3 .box_left img {
    display: none; }
  .bg3 .box_right {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    float: none; }
  .bg3 .box_right ul {
    margin-left: 12px; }
  .bg3 .box_right ul li {
    padding-left: 0; }
  .bg3 .box_right ul li::before {
    position: static;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    margin-left: -18px; }
  .bg3 .box_right ul li br {
    display: none; } }

@media (max-width: 479px) {
  .bg3 .box_left .box ul {
    width: 100%;
    display: block; }
  .bg3 .box_left .box ul li {
    font-size: 14px; }
  .bg3 .box_left .box {
    margin-bottom: 40px; }
  .bg3 .box_right {
    padding: 30px 22px 100px; }
  .bg3 .box_right .zag br {
    display: none; }
  .bg3 .box_right .zag span {
    display: inline; } }

/*bg4*/
.bg4 {
  margin-top: 110px;
  padding: 50px 0 120px;
  position: relative; }
  .bg4 h2 {
    text-align: center;
    margin-bottom: 55px; }
  .bg4 .box {
    padding: 0 15px; }
    .bg4 .box .box_img {
      height: 486px;
      overflow: hidden;
      -webkit-border-radius: 15px;
              border-radius: 15px;
      position: relative; }
      .bg4 .box .box_img img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: initial;
        height: 100%;
        width: auto; }
    .bg4 .box p {
      color: #555c57;
      font-size: 18px;
      line-height: 28px;
      margin: 30px 0 0; }
  .bg4 .wrap_bottom {
    position: relative; }
  .bg4 .box_control {
    max-width: 925px;
    width: 100%;
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2; }
    .bg4 .box_control button {
      position: absolute; }
      .bg4 .box_control button img {
        position: absolute;
        top: 52%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .bg4 .box_control .custom_prev {
      left: 0; }
      .bg4 .box_control .custom_prev img {
        left: 47%; }
    .bg4 .box_control .custom_next {
      right: 0; }
      .bg4 .box_control .custom_next img {
        left: 52%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg); }
  .bg4 .bg_img img {
    position: absolute;
    z-index: 2; }
  .bg4 .bg_img .img_after {
    left: 5%;
    top: 110px; }
  .bg4 .bg_img .img_before {
    top: -28px;
    right: 14%; }

@media (min-width: 1921px) {
  .bg4 .box .box_img img {
    width: 100%;
    height: auto; } }

@media (max-width: 1440px) {
  .bg4 {
    margin-top: 93px;
    padding: 42px 0 102px; }
    .bg4 h2 {
      margin-bottom: 46px; }
    .bg4 .box {
      padding: 0 12px; }
      .bg4 .box .box_img {
        height: 413px; }
      .bg4 .box p {
        font-size: 15px;
        line-height: 25px;
        margin: 25px 0 0; }
    .bg4 .box_control {
      max-width: 768px; }
    .bg4 .bg_img .img_after {
      left: 3%;
      top: 95px;
      width: 170px; }
    .bg4 .bg_img .img_before {
      right: 10%;
      width: 204px; } }

@media (max-width: 1199px) {
  .bg4 .bg_img .img_before {
    right: 0; }
  .bg4 {
    padding-bottom: 60px; } }

@media (max-width: 991px) {
  .bg4 .box .box_img {
    height: 355px; }
  .bg4 .box p {
    line-height: 21px; }
  .bg4 .box_control {
    max-width: 740px; }
  .bg4 .box {
    padding: 0 8px; }
  .bg4 .bg_img .img_after {
    display: none; } }

@media (max-width: 767px) {
  .bg4 {
    padding: 50px 0;
    margin: 0; }
  .bg4 h2 {
    margin-bottom: 30px; }
  .bg4 .box .inner {
    max-width: 300px;
    text-align: center;
    margin: 0 auto; }
  .bg4 .box .box_img img {
    width: 100%;
    height: auto; }
  .bg4 .box_control {
    max-width: 570px; }
  .bg4 .bg_img {
    display: none; }
  .bg4 .box {
    padding: 0; } }

@media (max-width: 600px) {
  .bg4 .box_control {
    max-width: 458px; }
  .bg4 .box_control button img {
    height: 22px; }
  .bg4 .box_control .custom_prev {
    left: 15px; }
  .bg4 .box_control .custom_next {
    right: 15px; }
  .bg4 .box_control button {
    width: 56px;
    height: 56px; } }

/*bg5*/
.bg5 {
  background: url(../img/bg5/bg5.jpg) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: top center;
  padding: 190px 0 0; }
  .bg5 h2 {
    margin-bottom: 35px; }
  .bg5 p.descr {
    margin-bottom: 55px; }
  .bg5 .my_btn {
    max-width: 350px; }
  .bg5 .box_left {
    padding-left: 104px; }
  .bg5 .box_right {
    padding-top: 115px;
    float: right; }
    .bg5 .box_right .box {
      height: 334px;
      width: 306px;
      background: #fff;
      position: relative;
      -webkit-border-radius: 15px;
              border-radius: 15px;
      -webkit-box-shadow: 0px 11px 49px 0px rgba(55, 54, 44, 0.15);
              box-shadow: 0px 11px 49px 0px rgba(55, 54, 44, 0.15);
      text-align: center;
      padding: 45px 35px 0;
      margin-left: -28px;
      overflow-y: hidden; }
      .bg5 .box_right .box::before {
        content: "";
        border: 1px solid #eeeeee;
        -webkit-border-radius: 8px;
                border-radius: 8px;
        position: absolute;
        top: 12px;
        bottom: 12px;
        left: 13px;
        right: 13px;
        z-index: 2; }
      .bg5 .box_right .box p {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 24px;
        color: #2a2c2e; }
      .bg5 .box_right .box img {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    .bg5 .box_right .box1 {
      margin-bottom: 60px; }
      .bg5 .box_right .box1 img {
        left: 54%; }
    .bg5 .box_right .box2 {
      margin-bottom: -60px; }

@media (max-width: 1440px) {
  .bg5 {
    padding: 161px 0 0; }
    .bg5 h2 {
      margin-bottom: 29px; }
    .bg5 p.descr {
      margin-bottom: 46px; }
    .bg5 .my_btn {
      max-width: 297px; }
    .bg5 .box_left {
      padding-left: 88px; }
    .bg5 .box_right {
      padding-top: 97px; }
      .bg5 .box_right .box {
        height: 283px;
        width: 260px;
        padding: 38px 29px 0;
        margin-left: -23px; }
        .bg5 .box_right .box::before {
          top: 10px;
          bottom: 10px;
          left: 11px;
          right: 11px; }
        .bg5 .box_right .box p {
          font-size: 14px;
          line-height: 22px; }
      .bg5 .box_right .box1 {
        margin-bottom: 51px; }
        .bg5 .box_right .box1 img {
          width: 138px; }
      .bg5 .box_right .box2 {
        margin-bottom: -51px; }
        .bg5 .box_right .box2 img {
          width: 221px; } }

@media (max-width: 1199px) {
  .bg5 .box_left {
    padding: 0; } }

@media (max-width: 991px) {
  .bg5 {
    padding: 90px 0 0; }
  .bg5 h2 br {
    display: none; }
  .bg5 .box_right .box {
    width: 250px;
    padding: 30px 20px 0; } }

@media (max-width: 767px) {
  .bg5 {
    padding: 50px 0 30px; }
  .bg5 .my_btn {
    margin: 0 auto; }
  .bg5 p.descr {
    margin-bottom: 30px; }
  .bg5 .box_right {
    float: none;
    font-size: 0;
    padding-top: 50px; }
  .bg5 .box_right .box {
    max-width: 300px;
    margin: 0 10px 20px;
    display: inline-block;
    vertical-align: top;
    height: 100%; }
  .bg5 .box_right .box img {
    position: static;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    margin-top: 10px; } }

@media (max-width: 569px) {
  .bg5 {
    background-position-x: 33%; } }

/*bg6*/
.bg6 {
  padding: 90px 0 0;
  position: relative; }
  .bg6 h2 {
    text-align: center;
    margin-bottom: 32px; }
  .bg6 .row_bottom {
    font-size: 0;
    max-width: 995px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .bg6 .row_bottom .box_img {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      z-index: -1;
      margin-left: 120px; }
    .bg6 .row_bottom .box_descr {
      display: inline-block;
      vertical-align: middle;
      padding-left: 58px; }
      .bg6 .row_bottom .box_descr p.descr {
        margin-bottom: 25px; }
      .bg6 .row_bottom .box_descr h5 {
        margin: 0 0 32px;
        color: #709730;
        font-size: 34px;
        font-family: 'MullerBold'; }
        .bg6 .row_bottom .box_descr h5 span {
          position: relative; }
          .bg6 .row_bottom .box_descr h5 span::before {
            content: "";
            background: #ebf2dc;
            height: 12px;
            width: 100%;
            position: absolute;
            bottom: 5px;
            left: 0;
            z-index: -1;
            display: inline-block; }
      .bg6 .row_bottom .box_descr .box_btn button {
        font-size: 14px;
        line-height: normal;
        color: #252525;
        text-transform: uppercase;
        letter-spacing: 0.84px;
        font-family: 'MullerMedium';
        border: none;
        padding: 26px 0;
        display: inline-block;
        vertical-align: middle;
        max-width: 140px;
        width: 100%;
        background-image: -webkit-linear-gradient(to top, white 0%, #e6eaeb -70px, #cdd4d6 30%, #e9e9e9 83%);
        background-image: -o-linear-gradient(to top, white 0%, #e6eaeb -70px, #cdd4d6 30%, #e9e9e9 83%);
        background-image: -webkit-linear-gradient(bottom, white 0%, #e6eaeb -70px, #cdd4d6 30%, #e9e9e9 83%);
        background-image: -o-linear-gradient(bottom, white 0%, #e6eaeb -70px, #cdd4d6 30%, #e9e9e9 83%);
        background-image: linear-gradient(to top, white 0%, #e6eaeb -70px, #cdd4d6 30%, #e9e9e9 83%);
        -webkit-box-shadow: -1px 0px 0px 0px rgba(186, 186, 186, 0.004);
                box-shadow: -1px 0px 0px 0px rgba(186, 186, 186, 0.004);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        .bg6 .row_bottom .box_descr .box_btn button:first-child {
          -webkit-border-radius: 33px 0 0 33px;
                  border-radius: 33px 0 0 33px;
          border-right: 1px solid #f4f4f4;
          padding-left: 15px; }
        .bg6 .row_bottom .box_descr .box_btn button:last-child {
          -webkit-border-radius: 0 33px 33px 0;
                  border-radius: 0 33px 33px 0;
          border-left: 1px solid #bababa;
          padding-right: 15px; }
        .bg6 .row_bottom .box_descr .box_btn button:hover {
          opacity: .85; }
  .bg6 .bg_img img {
    position: absolute; }
  .bg6 .bg_img .img_before {
    right: 77.5%;
    top: 285px; }
  .bg6 .bg_img .img_before2 {
    right: 65%;
    top: 455px; }
  .bg6 .bg_img .img_after {
    left: 78.8%;
    top: 170px; }

@media (min-width: 1921px) {
  .bg6 .bg_img .img_after {
    left: auto;
    right: 0; } }

@media (max-width: 1440px) {
  .bg6 {
    padding: 76px 0 0; }
    .bg6 h2 {
      margin-bottom: 27px; }
    .bg6 .row_bottom {
      max-width: 845px; }
      .bg6 .row_bottom .box_img {
        margin-left: 102px; }
        .bg6 .row_bottom .box_img img {
          width: 305px; }
      .bg6 .row_bottom .box_descr {
        padding-left: 49px; }
        .bg6 .row_bottom .box_descr p.descr {
          margin-bottom: 21px; }
        .bg6 .row_bottom .box_descr h5 {
          margin: 0 0 37px;
          font-size: 28px; }
          .bg6 .row_bottom .box_descr h5 span::before {
            height: 10px;
            bottom: 4px; }
        .bg6 .row_bottom .box_descr .box_btn button {
          font-size: 12px;
          padding: 22px 0;
          max-width: 119px; }
          .bg6 .row_bottom .box_descr .box_btn button:first-child {
            padding-left: 12px; }
          .bg6 .row_bottom .box_descr .box_btn button:last-child {
            padding-right: 12px; }
    .bg6 .bg_img .img_before {
      top: 242px;
      width: 177px; }
    .bg6 .bg_img .img_before2 {
      top: 386px;
      width: 138px; }
    .bg6 .bg_img .img_after {
      top: 144px;
      width: 342px; } }

@media (max-width: 1199px) {
  .bg6 h2 {
    max-width: 820px;
    margin: 0 auto 27px; } }

@media (max-width: 991px) {
  .bg6 .row_bottom {
    max-width: 738px; }
  .bg6 .row_bottom .box_img {
    margin: 0; }
  .bg6 .row_bottom .box_img img {
    width: 275px; }
  .bg6 .bg_img .img_before,
  .bg6 .bg_img .img_before2 {
    display: none; } }

@media (max-width: 767px) {
  .bg6 {
    padding: 50px 0 0; }
  .bg6 h2 {
    max-width: 600px;
    margin-bottom: 30px; }
  .bg6 .row_bottom {
    padding-bottom: 265px; }
  .bg6 .row_bottom .box_descr {
    padding: 0; }
  .bg6 .row_bottom .box_descr h5 {
    font-size: 22px;
    margin-bottom: 30px; }
  .bg6 .bg_img {
    display: none; }
  .bg6 .row_bottom .box_descr,
  .bg6 .row_bottom .box_img {
    display: block; }
  .bg6 .row_bottom .box_img {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .bg6 .row_bottom .box_img img {
    width: 210px; } }

@media (max-width: 479px) {
  .bg6 .row_bottom .box_img img {
    width: 160px; }
  .bg6 .row_bottom {
    padding-bottom: 220px; } }

/*bg7*/
.bg7 {
  padding: 80px 0 70px;
  position: relative; }
  .bg7 h2 {
    text-align: center; }
  .bg7 .row_top {
    position: relative; }
    .bg7 .row_top .box {
      font-size: 0;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      padding: 60px 0 75px;
      max-width: 1047px;
      margin: 0 auto; }
    .bg7 .row_top .box_img {
      -webkit-border-radius: 10px;
              border-radius: 10px;
      overflow-y: hidden;
      width: 580px;
      height: 748px;
      -webkit-box-shadow: 0 32px 49px rgba(55, 54, 44, 0.1);
              box-shadow: 0 32px 49px rgba(55, 54, 44, 0.1);
      position: relative; }
    .bg7 .row_top .miniimgs{
      width: 580px;
      display: flex;
      justify-content:space-between;
    }
    .bg7 .row_top .miniimgs img{
      width: 180px;
      height: 170px;
      margin-top: 18px;
    }
    .bg7 .row_top .box_descr {
      width: 467px;
      background: #fafafa;
      -webkit-border-radius: 0 10px 10px 0;
              border-radius: 0 10px 10px 0;
      padding: 60px 25px 55px 42px; }
      .bg7 .row_top .box_descr h5 {
        color: #2a2c2e;
        font-family: 'MullerBold';
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 25px;
        margin: 0 0 25px;
        position: relative; }
        .bg7 .row_top .box_descr h5::before {
          content: "";
          background: rgba(0, 0, 0, 0.2);
          max-width: 82px;
          width: 100%;
          height: 1px;
          position: absolute;
          bottom: 0;
          left: 0; }
      .bg7 .row_top .box_descr ul li {
        color: #555c57;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px; }
        .bg7 .row_top .box_descr ul li strong {
          font-weight: 700; }
        .bg7 .row_top .box_descr ul li:last-child {
          margin-bottom: 0; }
  .bg7 .row_bottom {
    max-width: 1047px;
    margin: 0 auto;
    font-size: 0;
    padding: 75px 0 72px; }
    .bg7 .row_bottom .box {
      display: inline-block;
      vertical-align: top;
      position: relative; }
      .bg7 .row_bottom .box .main_img {
        position: absolute;
        max-width: initial; }
      .bg7 .row_bottom .box a {
        color: #709730;
        font-size: 15px;
        line-height: 21px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        position: relative;
        z-index: 2; }
        .bg7 .row_bottom .box a:hover {
          color: #555; }
        .bg7 .row_bottom .box a span {
          border-bottom: 1px solid; }
        .bg7 .row_bottom .box a img {
          display: inline-block;
          margin-left: 10px; }
    .bg7 .row_bottom .box1 {
      width: 302px;
      padding-left: 100px; }
      .bg7 .row_bottom .box1 img {
        left: -4px;
        top: -25px; }
    .bg7 .row_bottom .box2 {
      width: 410px;
      padding-left: 200px; }
      .bg7 .row_bottom .box2 img {
        left: 6px;
        top: -35px; }
    .bg7 .row_bottom .box3 {
      width: 335px;
      padding-left: 153px; }
      .bg7 .row_bottom .box3 img {
        left: -12px;
        top: -26px; }
  .bg7 .bg_img .img_after {
    position: absolute;
    bottom: 125px;
    left: 81.1%; }
  .bg7 .bg_img .img_before {
    position: absolute;
    top: 120px;
    left: 32px;
    z-index: 2; }
  .bg7 .box_control {
    position: absolute;
    bottom: 325px;
    left: 120px;
    font-size: 0;
    z-index: 2; }
    .bg7 .box_control button {
      width: 68px;
      height: 68px; }
      .bg7 .box_control button img {
        height: 27px; }
    .bg7 .box_control .custom_prev {
      margin-right: 25px; }

@media (min-width: 1921px) {
  .bg7 .bg_img .img_after {
    left: auto;
    right: 0; } }

@media (max-width: 1440px) {
  .bg7 {
    padding: 68px 0 59px; }
    .bg7 .row_top .box {
      padding: 51px 0 63px;
      max-width: 889px; }
    .bg7 .row_top .box_img {
      width: 493px;
      height: 634px; }
    .bg7 .row_top .miniimgs{
      width: 493px;
      display: flex;
      justify-content:space-between;
    }
    .bg7 .row_top .miniimgs img{
      width: 150px;
      height: 140px;
      margin-top: 18px;
    }
    .bg7 .row_top .box_descr {
      width: 396px;
      padding: 51px 21px 46px 35px; }
      .bg7 .row_top .box_descr h5 {
        font-size: 20px;
        line-height: 26px;
        padding-bottom: 21px;
        margin: 0 0 21px; }
        .bg7 .row_top .box_descr h5::before {
          max-width: 69px; }
      .bg7 .row_top .box_descr ul li {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px; }
    .bg7 .row_bottom {
      max-width: 889px;
      padding: 63px 0 61px; }
      .bg7 .row_bottom .box a {
        font-size: 12px;
        line-height: 18px; }
        .bg7 .row_bottom .box a img {
          margin-left: 8px; }
      .bg7 .row_bottom .box1 {
        width: 256px;
        padding-left: 85px; }
        .bg7 .row_bottom .box1 .main_img {
          left: -3px;
          top: -21px;
          width: 136px; }
      .bg7 .row_bottom .box2 {
        width: 348px;
        padding-left: 170px; }
        .bg7 .row_bottom .box2 .main_img {
          left: 5px;
          top: -29px;
          width: 144px; }
      .bg7 .row_bottom .box3 {
        width: 284px;
        padding-left: 130px; }
        .bg7 .row_bottom .box3 .main_img {
          left: -10px;
          top: -22px;
          width: 184px; }
    .bg7 .bg_img .img_after {
      bottom: 106px;
      width: 306px; }
    .bg7 .bg_img .img_before {
      top: 102px;
      left: 27px;
      width: 119px; }
    .bg7 .box_control {
      bottom: 280px;
      left: 102px; }
      .bg7 .box_control button {
        width: 56px;
        height: 56px; }
        .bg7 .box_control button img {
          height: 22px; }
      .bg7 .box_control .custom_prev {
        margin-right: 21px; } }

@media (max-width: 1199px) {
  .bg7 .container {
    width: 100%; }
  .bg7 .wrap {
    max-width: 962px;
    margin: 0 auto; }
  .bg7 .row_top .box_descr {
    padding: 40px 20px 40px 24px; }
  .bg7 .box_control {
    left: 75px; } }

@media (max-width: 991px) {
  .bg7 .wrap {
    max-width: 738px; }
  .bg7 .row_bottom {
    padding: 0; }
  .bg7 .row_bottom .box1,
  .bg7 .row_bottom .box2,
  .bg7 .row_bottom .box3 {
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 150px;
    padding: 0; }
  .bg7 .row_bottom .box {
    max-width: 350px;
    margin: 0 auto;
    text-align: center; }
  .bg7 .row_bottom .box1 .main_img,
  .bg7 .row_bottom .box2 .main_img,
  .bg7 .row_bottom .box3 .main_img {
    position: static;
    display: inline-block;
    vertical-align: middle; }
  .bg7 .row_bottom .box a {
    display: inline-block;
    vertical-align: middle; }
  .bg7 .row_bottom .box a + img {
    vertical-align: middle; }
  .bg7 .row_bottom .box2 .main_img {
    margin-right: 7%; }
  .bg7 .bg_img .img_after {
    display: none; }
  .bg7 .row_top .box_img {
    overflow: hidden;
    height: 519px;
    -webkit-box-shadow: 9px 7px 33px rgba(55, 54, 44, 0.06);
            box-shadow: 9px 7px 33px rgba(55, 54, 44, 0.06); }
  .bg7 .row_top .box_img > img {
    /*max-width: initial;
    height: auto;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */}
    .bg7 .row_top .miniimgs{
      width: 404px;
      display: flex;
      justify-content:space-between;
    }
    .bg7 .row_top .miniimgs img{
      width: 120px;
      height: 110px;
      margin-top: 18px;
    }
  .bg7 .row_top .box {
    overflow: hidden; }
  .bg7 .box_control {
    left: 30px; }
  .bg7 .row_bottom .box a {
    position: relative;
    padding-right: 20px; }
  .bg7 .row_bottom .box a img {
    position: absolute;
    bottom: -3px;
    right: 0;
    margin: 0;
    left: auto;
    top: auto; } }

@media (max-width: 767px) {
  .bg7 {
    padding: 50px 0; }
  .bg7 .row_top .box {
    padding: 0;
    display: block; }
  .bg7 .row_top .box_img {
    max-width: 450px;
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 578px;
    -webkit-border-radius: 10px 10px 0 0;
            border-radius: 10px 10px 0 0; }
    .bg7 .row_top .miniimgs{
      width: 450px;
      display: flex;
      justify-content:space-between;
    }
    .bg7 .row_top .miniimgs img{
      width: 137px;
      height: 125px;
      margin-top: 18px;
    }
  .bg7 .row_top .box_descr {
    max-width: 450px;
    margin: 0 auto;
    width: 100%;
    -webkit-border-radius: 0 0 10px 10px;
            border-radius: 0 0 10px 10px;
    padding: 30px 20px;
    overflow: hidden; }
  .bg7 .row_top .box_descr h5::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .bg7 .box_control {
    position: static; }
  .bg7 .box_control button,
  .bg7 .box_control .custom_prev {
    margin: 20px 10px 0; }
  .bg7 .row_bottom {
    margin-top: 50px; }
  .bg7 .bg_img {
    display: none; } }

@media (max-width: 569px) {
  .bg7 .row_top .box_img {
    -webkit-box-shadow: none;
            box-shadow: none; } }

@media (max-width: 479px) {
  .bg7 {
    padding-bottom: 25px; }
  .bg7 .row_bottom .box {
    height: 100%;
    margin-bottom: 25px; }
  .bg7 .row_bottom .box1 .main_img,
  .bg7 .row_bottom .box2 .main_img,
  .bg7 .row_bottom .box3 .main_img {
    display: block;
    margin: 0 auto 20px; }
  .bg7 .row_top .box_img {
    height: auto; }
  .bg7 .row_top .box_img > img {
    width: 100%; } 
  .bg7 .row_top .miniimgs{
    width: 100%;
    display: block;
    justify-content:space-between;
  }
  .bg7 .row_top .miniimgs img{
    width: 33%;
    display: inline-block;
    height: auto;
    margin-top: 13px;
  }
  .bg7 .row_top .miniimgs img:nth-child(1){
    padding-right: 10px;
  }
  .bg7 .row_top .miniimgs img:nth-child(2){
    padding-left: 5px;
    padding-right: 5px;
  }
  .bg7 .row_top .miniimgs img:nth-child(3){
    padding-left: 10px;
  }


}
/*bg8*/
.bg8 {
  background: url(../img/bg8/bg8.jpg) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: top center;
  padding: 96px 0 100px;
  position: relative; }
  .bg8 h2 {
    color: #fff;
    margin-bottom: 22px; }
  .bg8 p.descr {
    color: #8ee02c;
    letter-spacing: -0.48px;
    margin-bottom: 50px; }
  .bg8 .my_btn {
    max-width: 315px; }
  .bg8 .bg_img .img_before {
    position: absolute;
    top: -120px;
    left: -280px; }

@media (max-width: 1440px) {
  .bg8 {
    padding: 81px 0 85px; }
    .bg8 h2 {
      margin-bottom: 18px; }
    .bg8 p.descr {
      margin-bottom: 42px; }
    .bg8 .my_btn {
      max-width: 267px; }
    .bg8 .bg_img .img_before {
      top: -102px;
      left: -238px;
      width: 215px; } }

@media (max-width: 991px) {
  .bg8 {
    background-position-x: 35%; } }

@media (max-width: 767px) {
  .bg8 {
    padding: 50px 0; }
  .bg8 .bg_img {
    display: none; }
  .bg8 .my_btn {
    margin: 0 auto; }
  .bg8 .wrap {
    position: relative;
    z-index: 3; }
  .bg8 .bg_shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5); }
  .bg8 p.descr {
    margin-bottom: 30px; } }

/*footer*/
.footer {
  padding: 104px 0 516px;
  position: relative; }
  .footer .bg_img img {
    position: absolute;
    top: 345px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: initial;
    z-index: 2; }
  .footer .wrap {
    background: url(../img/footer/footer.jpg) no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: top center;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-shadow: 0 -5px 54px rgba(0, 0, 0, 0.2);
            box-shadow: 0 -5px 54px rgba(0, 0, 0, 0.2);
    padding: 89px 68px 38px 65px;
    position: relative;
    z-index: 3;
    max-width: 1167px;
    margin: 0 auto; }
    .footer .wrap h2 {
      color: #1c252c;
      font-size: 40px;
      line-height: 50px;
      letter-spacing: 0;
      margin-bottom: 40px; }
    .footer .wrap p.descr {
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 45px; }
    .footer .wrap .my_btn {
      max-width: 315px; }
    .footer .wrap .row_top {
      font-size: 0;
      padding: 68px 0 20px; }
      .footer .wrap .row_top .box {
        display: inline-block;
        vertical-align: top;
        position: relative; }
        .footer .wrap .row_top .box img {
          position: absolute;
          left: 0;
          top: 0; }
        .footer .wrap .row_top .box p {
          font-size: 16px;
          line-height: 28px;
          color: #666; }
          .footer .wrap .row_top .box p strong {
            font-weight: 500;
            color: #222;
            font-size: 20px; }
        .footer .wrap .row_top .box:nth-child(1) {
          padding-left: 29px;
          margin-right: 48px; }
          .footer .wrap .row_top .box:nth-child(1) img {
            top: 3px; }
          .footer .wrap .row_top .box:nth-child(1) p a {
            color: #3480dc;
            display: block;
            line-height: 21px;
            text-decoration: underline; }
            .footer .wrap .row_top .box:nth-child(1) p a:hover {
              color: #555; }
        .footer .wrap .row_top .box:nth-child(2) {
          padding-left: 43px;
          margin-right: 50px; }
          .footer .wrap .row_top .box:nth-child(2) .box_img {
            position: absolute;
            width: 38px;
            height: 39px;
            left: 0;
            top: -3px; }
            .footer .wrap .row_top .box:nth-child(2) .box_img img:first-child {
              width: 14px;
              height: 16px;
              top: 47%;
              left: 55%;
              -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
        .footer .wrap .row_top .box:nth-child(3) {
          padding-left: 50px;
          margin-right: 42px; }
        .footer .wrap .row_top .box:nth-child(4) {
          padding-left: 45px; }
          .footer .wrap .row_top .box:nth-child(4) img {
            width: 30px; }
    .footer .wrap .row_bottom {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .footer .wrap .row_bottom a {
        color: #3480dc;
        font-size: 16px;
        display: inline-block;
        border-bottom: 1px solid;
        margin-bottom: 5px; }
        .footer .wrap .row_bottom a:hover {
          color: #555; }
      .footer .wrap .row_bottom span {
        color: #666;
        font-size: 16px;
        line-height: 28px;
        text-align: center;
        display: inline-block; }
  .footer .main_phone {
    position: absolute;
    top: -36px;
    right: -17px;
    width: 106px;
    height: 106px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-image: -webkit-linear-gradient(45deg, #99bd52 0%, #99bd52 30%, #6a9c17 100%);
    background-image: -o-linear-gradient(45deg, #99bd52 0%, #99bd52 30%, #6a9c17 100%);
    background-image: linear-gradient(45deg, #99bd52 0%, #99bd52 30%, #6a9c17 100%);
    -webkit-box-shadow: -2px 2px 0 #519119, 0 19px 60px rgba(81, 145, 25, 0.4);
            box-shadow: -2px 2px 0 #519119, 0 19px 60px rgba(81, 145, 25, 0.4); }
    .footer .main_phone::before {
      content: "";
      border: 1px solid rgba(255, 255, 255, 0.3);
      position: absolute;
      top: 10px;
      bottom: 8px;
      left: 8px;
      right: 10px;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
    .footer .main_phone::after {
      content: "";
      border: 1px solid rgba(255, 255, 255, 0.3);
      position: absolute;
      top: 19px;
      bottom: 16px;
      left: 16px;
      right: 19px;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
    .footer .main_phone img {
      position: absolute;
      top: 38%;
      left: 36%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-animation: tremor linear 7s;
      animation: tremor linear 7s;
      animation-iteration-count: infinite;
      transform-origin: 50% 50%;
      -webkit-animation: tremor linear 1s;
      -webkit-animation-iteration-count: infinite;
      -webkit-transform-origin: 50% 50%;
      -moz-animation: tremor linear 1s;
      -moz-animation-iteration-count: infinite;
      -moz-transform-origin: 50% 50%;
      -o-animation: tremor linear 1s;
      -o-animation-iteration-count: infinite;
      -o-transform-origin: 50% 50%;
      -ms-animation: tremor linear 1s;
      -ms-animation-iteration-count: infinite;
      -ms-transform-origin: 50% 50%; }
  .footer .box_map {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    overflow-y: hidden;
    padding-top: 345px; }
    .footer .box_map iframe {
      width: 100%;
      height: 100%; }

@-webkit-keyframes tremor {
  0%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); } }

@keyframes tremor {
  0%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); } }

@media (max-width: 1440px) {
  .footer {
    padding: 88px 0 481px; }
    .footer .bg_img img {
      top: 293px; }
    .footer .wrap {
      padding: 75px 57px 32px 55px;
      max-width: 1167px; }
      .footer .wrap h2 {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 34px; }
      .footer .wrap p.descr {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 38px; }
      .footer .wrap .my_btn {
        max-width: 267px; }
      .footer .wrap .row_top {
        padding: 57px 0 17px; }
        .footer .wrap .row_top .box p {
          font-size: 14px;
          line-height: 26px; }
          .footer .wrap .row_top .box p strong {
            font-size: 17px; }
        .footer .wrap .row_top .box:nth-child(1) {
          padding-left: 24px;
          margin-right: 40px; }
          .footer .wrap .row_top .box:nth-child(1) img {
            top: 3px;
            width: 14px; }
          .footer .wrap .row_top .box:nth-child(1) p a {
            line-height: 19px; }
        .footer .wrap .row_top .box:nth-child(2) {
          padding-left: 36px;
          margin-right: 42px; }
          .footer .wrap .row_top .box:nth-child(2) .box_img {
            width: 38px;
            height: 39px;
            top: -3px; }
            .footer .wrap .row_top .box:nth-child(2) .box_img img:first-child {
              width: 12px;
              top: 40%;
              left: 48%; }
            .footer .wrap .row_top .box:nth-child(2) .box_img img:last-of-type {
              width: 32px; }
        .footer .wrap .row_top .box:nth-child(3) {
          padding-left: 42px;
          margin-right: 35px; }
          .footer .wrap .row_top .box:nth-child(3) img {
            width: 30px; }
        .footer .wrap .row_top .box:nth-child(4) {
          padding-left: 38px; }
          .footer .wrap .row_top .box:nth-child(4) img {
            width: 25px; }
      .footer .wrap .row_bottom a {
        font-size: 14px;
        margin-bottom: 4px; }
      .footer .wrap .row_bottom span {
        font-size: 14px;
        line-height: 24px; }
    .footer .main_phone {
      top: -30px;
      right: -14px;
      width: 90px;
      height: 90px; }
      .footer .main_phone::before {
        top: 8px;
        bottom: 6px;
        left: 6px;
        right: 8px; }
      .footer .main_phone::after {
        top: 16px;
        bottom: 14px;
        left: 14px;
        right: 16px; }
      .footer .main_phone img {
        width: 26px; }
    .footer .box_map {
      padding-top: 293px; } }

@media (max-width: 1199px) {
  .footer .wrap {
    max-width: 912px;
    margin: 0 auto;
    text-align: center; }
  .footer .wrap .row_top {
    max-width: 500px;
    margin: 0 auto; }
  .footer .wrap .row_top .box:nth-child(1),
  .footer .wrap .row_top .box:nth-child(2),
  .footer .wrap .row_top .box:nth-child(3),
  .footer .wrap .row_top .box:nth-child(4) {
    margin: 0 0 20px;
    width: 50%;
    text-align: left;
    padding-left: 35px; }
  .footer .wrap .row_top .box:nth-child(1) img {
    left: 10px; }
  .footer .wrap .row_top .box:nth-child(3) img {
    width: 26px;
    top: 4px;
    left: 2px; }
  .footer .wrap .row_top .box:nth-child(4) img {
    left: 4px; }
  .footer .wrap .row_top .box:nth-child(3) {
    /*margin-left: -42px;*/ }
  .footer .wrap .row_top .box:nth-child(2),
  .footer .wrap .row_top .box:nth-child(4) {
    width: 34%; }
  .footer .wrap .my_btn {
    margin: 0 auto; }
  .footer .wrap .row_top .box:nth-child(3) img {
    /*left: 55px;*/ } }

@media (max-width: 991px) {
  .footer .wrap {
    padding: 60px 35px 30px 35px; }
  .footer .wrap h2 br {
    display: none; } }

@media (max-width: 767px) {
  .footer {
    padding: 0; }
  .footer .main_phone {
    display: none; }
  .footer .box_map {
    padding: 0;
    height: 300px;
    position: static; }
  .footer .wrap {
    margin: 0 -15px;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 50px 15px 70px; }
  .footer .wrap h2 {
    font-size: 30px;
    margin-bottom: 30px; }
  .footer .wrap p.descr {
    font-size: 16px;
    margin-bottom: 30px; }
  .footer .wrap .my_btn {
    margin: 0 auto; }
  .footer .wrap .row_top {
    padding: 50px 0 20px;
    max-width: 100%; }
  .footer .wrap .row_top .box:nth-child(1),
  .footer .wrap .row_top .box:nth-child(2),
  .footer .wrap .row_top .box:nth-child(3),
  .footer .wrap .row_top .box:nth-child(4) {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
    padding: 0;
    text-align: center; }
  .footer .wrap .row_top .box img,
  .footer .wrap .row_top .box:nth-child(2) .box_img {
    display: none; }
  .footer .wrap .row_bottom {
    display: block;
    position: relative; }
  .footer .wrap .row_bottom a {
    margin: 0; }
  .footer .wrap .row_bottom span {
    display: block;
    margin-bottom: 10px; }
  .footer .wrap .row_bottom a:first-of-type {
    position: absolute;
    bottom: -28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 208px; }
  .footer .wrap .row_top .box p strong {
    font-size: 16px; } }

@media (max-width: 479px) {
  .footer .wrap h2 {
    font-size: 20px; } }
